.footer {
  overflow: hidden;
  background: url("https://www.gwy.com/about/images/bm1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer .content {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.footer .bottom {
  min-height: 53px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 13px 0;
}

.footer .inner {
  width: 1200px;
  margin: 20px auto;
}

.footer .box {
  width: 100%;
  color: white;
}

.footer .box .infos {
  margin: 69px 0 50px;
}

.footer .box .infos .wrap {
  width: 100%;
}

.footer .box .infos-item {
  flex: 1;
}

.footer .box .infos .gh {
  margin-right: 116px;
}

.footer .box .infos .names {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: white;
}

.footer .box .infos .names .wb {
  font-size: 23px;
}

.footer .box .infos .ercode {
  text-align: center;
  margin: 13px 0 5px;
}
.footer .box .infos .ercode img{
  width: 80px;
  height: 80px;
  display: inline-block;
}

.footer .ms {
  font-size: 12px;
}

.footer .kh img {
  width: 175px;
  height: 47px;
}

.footer .box .infos .kl {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer .box .infos .tit,.footer .box .infos .tit a {
  font-weight: 500;
  color: #E82B2F;
  font-size: 16px;
  margin-bottom: 23px;
  margin-top: 10px;
}

.footer .box .infos .ul div {
  margin-bottom: 8px;
}

.footer .box .infos .ul .cnt {
  width: 61px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.footer .box .infos .ul .cnt a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .box .sime {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer .box .sime .ms {
  margin-right: 18px;
}

.footer .box .sime img {
  display: block;
}

.footer .box .sime .kh {
  position: absolute;
  right: 150px;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 12px;
}

.footer .lists {
  width: 100%;
  align-items: flex-start;
}

.footer .lists .items-add {
  margin-left: 30px;
  margin-right: 10px;
  flex-wrap: wrap;
}

.footer .lists .item .ct {
  text-align: center;
  margin-left: 20px;
}

.footer .lists .item .ct a {
  text-align: center;
  display: inline-block;
}